PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / searchText Method / searchText(String) Method
Text to find in page content.
In This Topic
    searchText(String) Method
    In This Topic
    Searches the page content for the specified text.
    Syntax
    public PDFTextSearchResultCollection searchText( 
       java.lang.String text
    )

    Parameters

    text
    Text to find in page content.

    Return Value

    A collection of zero or more search results.
    See Also